home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcb_kdir.zip / README < prev   
Text File  |  1992-06-30  |  2KB  |  65 lines

  1. These *.KEX files are for a very small number of people:
  2.   who are PCBoard sysops,
  3.   who use KEDIT 4.0,
  4.   who use DOS 5.0,
  5.   who sometimes build portions of PCB DIR LISTS outside of the
  6.      PCB environment.
  7.  
  8. The problem:
  9. ------------
  10.  
  11. Doing a DOS 5.0   DIR *.ZIP > LIST.TMP   gives this:
  12.  
  13. JIM      ZIP       190 06-29-92   9:58p
  14. JIMMY    ZIP       562 06-29-92   9:43p
  15. PROFILE  ZIP       750 06-30-92   9:23p
  16.  
  17. A PCBoard DIR LIST of the same files requires this:
  18.  
  19. JIM.ZIP           190  06-29-92
  20. JIMMY.ZIP         562  06-29-92
  21. PROFILE.ZIP       750  06-30-92
  22.  
  23. The changes are simple, but for the longest time I was making them
  24. BY HAND, whenever I built description file add-ons for files that
  25. I had downloaded that were to be added into my BBS.
  26.  
  27. I finally said ENOUGH, and built these KEDIT KEX macros to do the
  28. job for me.
  29.  
  30.  
  31. The solution:
  32. -------------
  33.  
  34. Rename the JIM.KEX and JIMMY.KEX files to whatever you can remember
  35. them by and put them into the directory where you have KEDIT.
  36. (In your PATH, I presume :-))
  37.  
  38. DIR *.ZIP > temp.doc
  39. KEDIT temp.doc
  40. JIM
  41. JIMMY
  42. Add the descriptions as you are want to do.
  43. FILE
  44.  
  45. ==================================================================
  46. The files:
  47. ----------
  48.  
  49. JIM.KEX           190  06-29-92  Sorts the raw DIR list, use if you
  50.  |  want to or not, not required for JIMMY.KEX.
  51. JIMMY.KEX         562  06-29-92  Reformats a raw DOS 5.0 DIR list
  52.  |  into a raw PCBoard DIR list.
  53. PROFILE.KEX       698  06-30-92  My personal KEDIT PROFILE.  Only
  54.  |  here as an example.
  55.  
  56. ==================================================================
  57.  
  58. IMHO, these files aren't big deal enough to need a disclaimer.
  59. You can have them and use them as you please.  They are a gift
  60. from me to the Public Domain.
  61.  
  62. Enjoy,
  63. Jim Robeson
  64. 6-30-92
  65.